home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- set vLastValue to getLast(gDefaultPropList)
- if stringp(vLastValue) then
- set the text of member "Checking Property getAt Display Field 3" to QUOTE & string(vLastValue) & QUOTE
- else
- set the text of member "Checking Property getAt Display Field 3" to string(vLastValue)
- end if
- end
-